home *** CD-ROM | disk | FTP | other *** search
- property pFile
-
- on mouseEnter me
- sprite(me.spriteNum).member = "install_knop_R"
- end
-
- on mouseLeave me
- sprite(me.spriteNum).member = "install_knop_N"
- end
-
- on mouseDown me
- sprite(me.spriteNum).member = "install_knop_D"
- end
-
- on mouseUp me
- if the platform contains "windows" then
- dirChar = "\"
- else
- dirChar = ":"
- end if
- if pFile = "PhotoSuite5SE.exe" then
- if the runMode contains "Author" then
- if the platform contains "Windows" then
- window().new("info")
- window("info").titlebarOptions.closebox = 1
- window("info").open()
- end if
- end if
- end if
- sprite(me.spriteNum).member = "install_knop_N"
- if member("bestandsnaam").text <> EMPTY then
- baOpenFile(the moviePath & "DATA" & dirChar & member("bestandsnaam").text, "normal")
- end if
- end
-